
@charset "UTF-8";
body {
	width:100%;
  margin:0;
  padding:0;
  font-family: "roboto_r",Arial;
  min-width:1200px;
  overflow:auto!important;
  }

 @font-face {
  font-family: 'din-b';
  /*字体名称*/
  src: url("../font/DIN-BOLDALTERNATE.eot");
  /*字体源文件*/
  src: url("../font/DIN-BOLDALTERNATE.svg");
  /*字体源文件*/
  src: url("../font/DIN-BOLDALTERNATE.ttf");
  /*字体源文件*/

 }

 @font-face {
  font-family: 'tt0009m';
  /*字体名称*/
  src: url("../font/TT0009M.eot");
  /*字体源文件*/
  src: url("../font/TT0009M.svg");
  /*字体源文件*/
  src: url("../font/TT0009M.ttf");
  /*字体源文件*/
  src: url("../font/TT0009M.woff");
  /*字体源文件*/
  src: url("../font/TT0009M.woff2");
  /*字体源文件*/
 }

  @font-face {
  font-family: 'tt0010m';
  /*字体名称*/
  src: url("../font/tt0010m.eot");
  /*字体源文件*/
  src: url("../font/tt0010m.svg");
  /*字体源文件*/
  src: url("../font/tt0010m.ttf");
  /*字体源文件*/
  src: url("../font/tt0010m.woff");
  /*字体源文件*/
  src: url("../font/tt0010m.woff2");
  /*字体源文件*/
 }

   @font-face {
  font-family: 'roboto_r';
  /*字体名称*/
  src: url("../font/ROBOTOREGULAR.eot");
  /*字体源文件*/
  src: url("../font/ROBOTOREGULAR.svg");
  /*字体源文件*/
  src: url("../font/ROBOTOREGULAR.ttf");
  /*字体源文件*/
  src: url("../font/ROBOTOREGULAR.woff");
  /*字体源文件*/
  src: url("../font/ROBOTOREGULAR.woff2");
  /*字体源文件*/
 }


  @font-face {
  font-family: 'roboto_b';
  /*字体名称*/
  src: url("../font/ROBOTOBOLD.eot");
  /*字体源文件*/
  src: url("../font/ROBOTOBOLD.svg");
  /*字体源文件*/
  src: url("../font/ROBOTOBOLD.ttf");
  /*字体源文件*/
  src: url("../font/ROBOTOBOLD.woff");
  /*字体源文件*/
  src: url("../font/ROBOTOBOLD.woff2");
  /*字体源文件*/
 }




.fl{
	float: left;
}

.fr{
	float: right;
}

*{
	margin: 0;
  padding: 0;
}
img{
	border:0;
}



.w1200{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.w1120{
	width:1120px;
	height:auto;
	margin:0 auto;
}


.header{
	width:100%;
	height:80px;
	margin:0 auto;
	background:#2c2c2c;
	top:0;
	z-index:8;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}




.heade_cen{
	width:1200px;
	height:80px;
	line-height:80px;
	margin:0 auto;
}

.heade_cenl{
	width:auto;
	height:80px;
	margin-top:0px;
	display:block;
}


.heade_cenl a{
	width:auto;
	float:left;
	/*background-color:  #01549d;*/
}

.heade_cenl img{
	width:236px;
	height:80px;
	display:block;
}



.heade_cenr{
	width:800px;
	margin-top:0;
	float:right;
	display:block;
	position:relative;
}

.heade_botr{
	position:relative;
}

.nav_f{
	position:relative;
	z-index:5!important;
}

.nav{
	width:auto;
	height:80px;
	margin:0;
	float:left;
	margin-right:0;
	display:block;
	position:relative;
	z-index:2;
}

.nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.nav ul li{
	min-width:80px;
	line-height:80px;
	float:left;
	position:relative;
	text-align:center;
	display:inline-block;
}

.nav ul li a{
	width:auto;
	padding:0 20px;
	height:70px;
	line-height:75px;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	display:block;
	text-align:center;
	font-weight:100;
	transition-duration:500ms;
	text-transform:uppercase;
	font-family: 'tt0009m';
	border-bottom:5px solid #2c2c2c;
}

.nav ul li:hover a,.nav ul li.active a{
	color:#fff;
	transition-duration:500ms;
	background:#000;
	border-bottom:10px solid #fff;
}

/*.focus{
    width:130px;
    height:80px;
    background: url("../img/bj_02.jpg") repeat-x;
    position:absolute;
    left:0;
    top:0;
}*/

#menu{
	position:absolute;
	left:0;
	top:0;
}

#menu a{
	font-size:17px;
	position:relative;
	border-bottom:0;
}

#menu a.active{
	height:75px;
	line-height:75px;
	font-size:17px;
	color:#fff;
	transition-duration:500ms;
	background:#000;
	border-bottom:5px solid #01549d;
}

/*#menu a.active i{
	position:absolute;
    bottom:0px;
    width:100%;
    z-index:10;
    left:0;
    border-bottom: 5px solid #01549d;
}*/

#item1,#item2,#item3,#item4,#item5{
	position:relative;
	top:-75px;
	width:100%;
	display:block;
}

#div6{
	position: relative;
	top:-230px;
}
.nav ul li dl{
	width:100%;
	line-height:35px!important;
	float:left;
	position:relative;
	display:none;
	z-index:10;
}
.nav ul li dl dd{
	width:100%;
	line-height:35px!important;
	float:left;
	position:relative;
	border-top:1px solid #e1e1e1;
	background:#fff;
	text-align: center;
	color:#333;
	font-size:14px;
}

.nav ul li dl dd a{
	width:100%;
	height:35px;
	line-height:35px!important;
	float:left;
	position:relative;
	text-align: center;
	color:#333;
	font-size:14px;
	text-decoration:none;
	border-bottom:none!important;
}

.nav ul li:hover dl{
	display:block;
}

.nav ul li:hover dl dd a{
	width:100%;
	height:35px;
	line-height:35px!important;
	float:left;
	position:relative;
	text-align: center;
	color:#333;
	font-size:14px;
	text-decoration:none;
	background:none;
	border-bottom:none!important;
}


.nav ul li:hover dl dd a:hover{
	width:100%;
	height:35px;
	line-height:35px!important;
	float:left;
	position:relative;
	text-align: center;
	color:#cbb587;
	font-size:14px;
	text-decoration:none;
	border-bottom:0px solid #cbb587;
}

.nav ul li:hover dl{
	display:block;
}





/* .guojia{
	width:auto;
	float: right;
	margin-left:20px;
	color:#fff;
	font-size:12px; 
}
.guojia span{
	width:100%;
	text-align:left;
	line-height:25px;
	margin-top: 25px;
    display: block;
    cursor:pointer;
}

.guojia span img{
	float:left;
	width:15px;
	height:15px;
	position:relative;
	top:5px;
}
.guojia span p{
	float:left;
	padding:0 5px;
}

.guojia span i img{
	float:left;
	padding:0;
	width:8px;
	height:5px;
	position:relative;
	top:10px;
}



.guojia ul{
	width:50px;
	line-height:25px;
	float:right;
	display:none;
}

.guojia ul li{
	width:50px;
	float: left;
	line-height:25px;
	color:#fff;
	font-size:12px;
	background:#2c2c2c;
	display:block;
}

.guojia ul li a{
	width:50px;
	float: left;
	line-height:25px;
	color:#fff;
	display:block;
	font-size:12px;
}

.guojia ul li img{
	width:15px;
	height:15px;
	margin-right:5px;
	border-radius:8px;
}


.guojia ul li:hover a{
	width:50px;
	float: left;
	line-height:25px;
	color:#ddd;
	display:block;
	font-size:12px;
}


.guojia:hover ul{
	display:block;
} */

.guojia{
	float: right;
	font-size: 14px;
	width: 48px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:700px;
  margin:80px auto 0;
}
  .banner li {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%; }
   .banner li a{
   	width:100%;
   	height:100%;
   	display:block;
   }
   .banner li a .bann_ni{
   	width:100%;
   	height:100%;
   	margin:0 auto;
   	display:block;
   }
   .banner li a .bann_ni .bann_nic{
   	width:1200px;
   	margin:0 auto;
   }
   .banner li a .bann_ni .bann_nic span{
   	width:auto;
   	padding:0 25px;
   	margin-top:180px;
   	height:86px;
   	color:#fff;
   	line-height:86px;
   	display:inline-block;
   	background:#0064bc;
   	font-family: 'din-b';
   	font-size:53px;
   	text-transform:uppercase;
   }
   .banner li a .bann_ni .bann_nic em{
   	width:445px;
   	padding:20px 25px;
   	display:block;
   	line-height:35px;
   	font-size:30px;
   	color:#025baa;
   	font-family: 'din-b';
   	margin-top:8px;
   	font-weight:100;
   	position:relative;
   }
   .banner li a .bann_ni .bann_nic em p{
   	position:relative;
   	z-index:2;
   }
   .banner li a .bann_ni .bann_nic em i{
   	width:100%;
   	height:100%;
   	background:#fff;
   	opacity:0.75;
   	position:absolute;
   	left:0;
   	bottom:0;
   }
  .banner .btns {
    width:1200px;
    margin:0 auto!important;
    text-align:right; }
    .banner .btns span {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background: #fff;
      margin: 0 4px;
      opacity: 1;
      cursor: pointer;
      float:none; }
      .banner .btns span.cur {
        opacity: 1;
        background: #025bab;
        float:none; }

.btns_f{
	width:100%;
    position: absolute;
    left:0;
    bottom:155px;
    height:12px;
    text-align:right;
}



.pilds{
	width:100%;
	height:auto;
	margin:0 auto 0;
	position:absolute;
	bottom:55px;
	left:0;
}


.pilds_c{
	width:1200px;
	height:auto;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:12px;
}

.pilds_c span{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
	position: relative;
	z-index:99;
	margin-bottom:10px;
}

.pilds_c p{
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
	position: relative;
	z-index:99;
}

 .pilds_c span{
    animation: fadeOutDown 2s infinite ease-in both;
    position: relative;
}


@keyframes fadeOutDown {
  0% {
    opacity:1;
    position: relative;
    top:0px;
    transform: translateY(0); }
  50% {
    opacity: 0.5;
    position: relative;
    top:-20px;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    position: relative;
    top:0px;
    transform: translateY(0); } }






.ile_oe{
	width:100%;
	position:absolute;
	bottom:0;
	left:15px;
}

.ile_oe ul{
	list-style:none;
}

.ile_oe ul li{
	width:11px;
	height:11px;
	margin-left:13px;
	float:left;
}

.ile_oe ul li span{
	width:11px;
	height:11px;
	background:#ccc;
	border-radius:6px;
	padding:0;
	cursor:pointer;
}


.ile_oe ul li:hover span,.ile_oe ul li.active span{
	width:11px;
	height:11px;
	background:#f59d20;
	border-radius:6px;
	padding:0;
	cursor:pointer;
}

.capa{
	width:100%;
	height:698px;
	background:url(../img/sy_13.jpg) center no-repeat;
	position:relative;
}

.capa_cen{
	width:1100px;
	margin:0 auto;
	padding-top:77px;
}

.capa_top{
	width:100%;
	height:125px;
	text-align:center;
	font-size:46px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'din-b';
}

.capa_topm{
	width:100%;
	height:180px;
	color:#fff;
}

.capa_topm span{
	width:100%;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	display:block;
}

.capa_topm em{
	text-align:center;
	font-size:17px;
	color:#fff;
	display:block;
	margin-top:25px;
	line-height:30px;
}

.capa_topm em p{
	font-size:17px;
}

.capa_c{
	width:100%;
	height:auto;
	overflow:hidden;
}

.capa_c dl{
	width:395px;
	height:84px;
	border-bottom:1px solid #fff;
	float:left;
	margin:30px 76px 0;
	padding-top:20px;
	transition-duration:500ms;
}

.capa_c dl a{
	color:#fff;
}

.capa_c dl dt{
	width:95px;
	height:100%;
	float:left;
}

.capa_c dl dt span{
	width:100%;
}

.capa_c dl dt span img{
	width:62px;
	height:64px;
	position:relative;
	left:10px;
}

.capa_c dl dd{
	width:265px;
	float: left;
	height:100%;
}

.capa_c dl dd span{
	width:auto;
	float:left;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	margin-top:20px;
	font-family: 'din-b';
}

.capa_c dl dd p{
	float:right;
	margin-top:20px;
}

.capa_bot{
	width:100%;
	height:95px;
	text-align:center;
	display:block;
	margin-top:95px;
	font-size:15px;
	text-transform:uppercase;
}

.capa_bot a{
	color:#fff;
}

.prod{
	width:100%;
	height:700px;
	margin:0 auto;
	background:url(../img/sy_14.jpg) center no-repeat;
}

.prod_cen{
	max-width:1440px;
	min-width:1200px;
	margin:0 auto;
}

.prod_top{
	width:100%;
	height:95px;
	margin:0 auto 0;
	padding:75px 0 0;
	color:#01549d;
	font-size:46px;
	text-transform:uppercase;
	text-align:center;
}

.prod_top a{
	color:#01549d;
	font-family: 'din-b';
}

.prod_botb{
	width:100%;
	height:375px;
	overflow:hidden;
}

.prod_bot{
	width:101%;
	height:375px;
	float:left;
}

.prod_bot dl{
	width:13%;
	float:left;
	margin:0 6px;
}

.prod_bot dl dt{
	width:100%;
	height:270px;
	position:relative;
	overflow:hidden;
	padding:0;
}

.prod_bot dl dt img{
	width:100%;
	height:100%;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}

.prod_bot dl dd{
	width:100%;
	height:105px;
	background:#2c2c2c;
	transition-duration:500ms;
}

.prod_bot dl dd span{
	width: 96%;
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 23px 2% 0;
    display: block;
    text-align: center;
    font-family:"Microsoft YaHei";
     font-weight:bold;
}
.prod_bot dl dd.tijsd span{
	padding:20px 2% 0;
}

.prod_bot dl dd i{
	line-height:25px;
	font-size:20px;
	color:#fff;
	padding:0 0;
	display:block;
	text-align:center;
}

.prod_bot dl:hover dd{
	width:100%;
	height:105px;
	background:#01549d;
	transition-duration:500ms;
}

.prod_bot dl:hover dt img{
	width:100%;
	height:100%;
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}



.appl{
	width:100%;
	height:700px;
	background:#01549d;
	margin:0 auto;
}

.appl_cen{
	max-width:1440px;
	min-width:1200px;
	margin:0 auto;
}

.appl_top{
	width:100%;
	height:110px;
	padding-top:75px;
	color:#fff;
	font-size:46px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'din-b';
}

.appl_bot{
	width:100%;
	overflow:hidden;
}

.appl_botb{
	width:100.1%;
	position:relative;
	left:-2px;
}

.appl_botb dl{
	width:16.6%;
	float:left;
}

.appl_botb dl dt{
	width:84%;
	padding:0 8%;
	height:103px;
	border-left:2px solid #fff;
}

.appl_botb dl dt i{
	border-bottom:1px solid #3174af;
	display:block;
	width:100%;
	height:1px;
}

.appl_botb dl dt span{
	width:100%;
	line-height:30px;
	font-weight:bold;
	height:83px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	padding-top:20px;
    display:block;
    font-family: 'tt0010m';
}

.appl_botb dl dd{
	width:84%;
	padding:0 8%;
	height:auto;
}
.appl_botb dl dd span{
	width:155px;
	height:150px;
	border-radius:5px;
	display:block;
	position:relative;
	overflow:hidden;
}

.appl_botb dl dd img{
	width:155px;
	height:150px;
	border-radius:5px;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}


.appl_botb dl:hover dd img{
	width:155px;
	height:150px;
	border-radius:5px;
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}


.appl_botbtt dt{
	margin-top:155px;
	margin-bottom:10px;
}

.guanyu{
	width:100%;
	height:625px;
	margin:0 auto;
}

.guanyu_cen{
	width:1200px;
	margin:0 auto;
}

.guanyu_top{
	width:100%;
	height:120px;
	margin-top:75px;
	text-transform:uppercase;
	text-align:center;
	font-size:46px;
	color:#01549d;
	font-family: 'din-b';
}

.guanyu_c{
	width:100%;
	height:auto;
	margin:0 auto;
}

.guanyu_c dl{
	width:970px;
	margin:0 auto;
}

.guanyu_c dl dt{
	width:100%;
	font-size:42px;
	color:#01549d;
	text-transform:uppercase;
}

.guanyu_c dl dt span{
	width:700px;
	height:120px;
	margin:0 auto;
	display:block;
	line-height:50px;
	text-align:center;
	font-family: 'din-b';
}

.guanyu_c dl dt i{
	width:82px;
	height:5px;
	background:#01549d;
	display:block;
	margin:0 auto;
}

.guanyu_c dl dd{
	width: 100%;
    height: 140px;
    text-align: center;
    color: #01549d;
    font-size: 18px;
    line-height: 28px;
    padding: 32px 0 30px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 50px;
}

.guanyu_bot{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.guanyu_bot span{
	width:100%;
	text-align:center;
}
	
.guanyu_bot span a{
	width:133px;
	height:41px;
	font-size:12px;
	text-transform:uppercase;
	color:#01549d;
	text-align:center;
	line-height:41px;
	border:2px solid #01549d;
	display:block;
	margin:0 auto;
	transition-duration:500ms;
}

.guanyu_bot span a:hover{
	background:#01549d;
	color:#fff;
	transition-duration:500ms;
}


.lianxi{
	width:100%;
	height:700px;
	background:url(../img/sy_38.jpg) center no-repeat;
	margin:0 auto;
	position:relative;
}
.lianxi_cen{
	width:1200px;
	margin:0 auto;
	height:auto;
}
.lianxi_top{
	width:100%;
	height:105px;
	padding-top:75px;
	display:block;
	font-size:46px;
	color:#01549d;
	text-transform:uppercase;
	text-align:center;
	font-family: 'din-b';
}

.lianxi_bot{
	width:100%;
	height:410px;
	margin:0 auto;
}

.lianxi_botl{
	width:865px;
	height:400px;
	border:5px solid #b8b8b8;
	float:left;
	position:relative;
}

.lianxi_botlt{
	width:865px;
	height:400px;
}

.lianxi_botlb{
	width:340px;
	height:280px;
	box-shadow:5px 5px 5px #ddd;
	background:#fff;
	position: absolute;
	top:55px;
	left:30px;
}

.lianxi_botlb dl{
	width:270px;
	margin:0 auto;
	padding:25px 0 25px;
}

.lianxi_botlb dl dt{
	width:100%;
	height:70px;
	border-bottom:1px solid #afafaf;
}

.lianxi_botlb dl dt span{
	width:100%;
	height:auto;
	line-height:25px;
	color:#01549d;
	font-size:16px;
	font-family: 'din-b';
}

.lianxi_botlb dl dd{
	width:100%;
	height:auto;
}

.lianxi_botlb dl dd p{
	width:100%;
	height:auto;
	height:auto;
	line-height:25px;
	color:#000;
	font-size:14px;
	float:left;
}

.lianxi_botlb dl dd p a{
	color:#000;
}
.lianxi_botlb dl dd p a:hover{
	color: #01549d;
}

.lianxi_botlb dl dd p img{
	width:16px;
	height:16px;
	margin:0 12px 0 0;
	float:left;
	display:block;
	position: relative;
    top: 22px
}

.lianxi_botlb dl dd p i{
	width:245px;
	float:right;
}

.lianxi_botr{
	width:325px;
	height:410px;
	background:#01549d;
	float:right;
	display:block;
}

.lianxi_botr span{
	width:255px;
	height:45px;
	margin:42px auto 0;
	color:#fff;
	font-size:30px;
	display:block;
	font-family: 'din-b';
}

.lianxi_botr ul{
	width:255px;
	margin:0 auto;
	display:block;
	float:none;
}

.lianxi_botr ul li{
	width:100%;
	height:40px;
	float:left;
	margin-bottom:7px;
}

.lianxi_botr ul li .lian_li{
	width:235px;
	height:38px;
	background:#015cac;
	border:0;
	line-height:38px;
	font-size:12px;
	padding:0 10px;
	text-transform: uppercase;
	font-family: 'tt0009m';
}

.lianxi_botr ul li .lian_li2{
	width:235px;
	height:112px;
	background:#015cac;
	border:0;
	line-height:25px;
	font-size:12px;
	padding:10px;
	text-transform: uppercase;
	font-family: 'tt0009m';
}

.lianxi_botr ul li.lian_li4{
	height:132px;
}

.lianxi_botr ul li .lian_li3{
	background:#fff;
	width:100%;
	display:block;
	border:0;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-top:7px;
	color:#01549d;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	
}


.capam_bot{
	width:100%;
	margin:0 auto 102px;
	overflow:hidden;
}

.capam_bot ul{
	width:110%;
	float:left;
}

.capam_bot ul li{
	width:255px;
	height:74px;
	border-bottom:1px solid #fff;
	float: left;
	margin-right:59px;
	cursor:pointer;
	transition-duration:1000ms;
}

.capam_bot ul li img{
	padding:15px;
	float:left;
}

.capam_bot ul li span{
	width:235px;
	line-height:74px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	background:url(../img/can_12.png) right no-repeat;
	background-size:16px 15px;
	padding-right:0;
	display:inline-block;
	transition-duration:1000ms;
	font-family: 'din-b';
}
.capam_bot ul li span img{
	width:42px;
}


.capam_bot ul li:hover span,.capam_bot ul li.active span{
	width:235px;
	line-height:74px;
	color:#01549d;
	font-size:18px;
	text-transform:uppercase;
	background:url(../img/can_12f.png) right no-repeat;
	background-size:16px 15px;
	padding-right:0;
	display:inline-block;
	transition-duration:1000ms;
}


.capam_bot ul li .cape_xs,.capam_bot ul li.active .cape_xs{
	display:block;
}

.capam_bot ul li .cape_xs2,.capam_bot ul li.active .cape_xs2{
	display:none;
}

.capam_bot ul li:hover .cape_xs,.capam_bot ul li.active .cape_xs{
	display:none;
}

.capam_bot ul li:hover .cape_xs2,.capam_bot ul li.active .cape_xs2{
	display:block;
}

.capam_bot ul li:hover,.capam_bot ul li.active{
	background:#fff; 
	transition-duration:1000ms;
}


.capa_bgd{
	width:100%;
	height:auto;
	margin:0 auto 100px;
	overflow:hidden;
	padding-top: 70px;
}

.capa_bgdm{
	width:100%;
	height:auto;
}

.capa_bgdm_t{
	width:100%;
	height:auto;
	padding:0 0 30px;
}
.capa_bgdm_t span{
	width:100%;
	height:55px;
	font-size:45px;
	color:#01549d;
	display:block;
	text-transform:uppercase;
	font-family: 'din-b';
}

.capa_bgdm_t em{
	width:100%;
	height:auto;
	line-height:35px;
	color:#2c2c2c;
	font-size:16px;
	display:block;
}

.dontai_bot{
	width:100%;
	height:275px;
}

.dontai_botc{
	width:4480px;
	height:100%;
	margin:0 auto;
}

.dontai_botri{
	width:auto;
	height:275px;
}
.dontai_botri .don-dl{
	width:415px;
	float: left;
	margin-right:10px;
}
.dontai_botri .don-dl img{
	width:415px;
	height:243px;
	display:inline-block;
	float:left;
}



































.ny_ban{
	width:100%;
	height:320px;
	display:block;
	margin:80px auto 0;
	position:relative;
}

.about_t{
	width:100%;
	height:125px;
	position:absolute;
	bottom:0;
	left:0;
}

.about_tcl{
	width:auto;
	color:#666;
	font-size:12px;
	margin-top:22px;
}

.about_tcl span{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

.about_tcl span a{
	color:#fff;
}

.about_tcl span i{
	color:#fff;
}

.about_tcl span a:hover{
	color:#ddd;
}

.about_tcr{
	width:auto;
}

.about_tcr span{
	color:#fff;
	font-size:60px;
	text-transform:uppercase;
	font-family: 'din-b';
}



.about{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.about_b{
	padding-top:53px;
}

.about_tcrt{
	width:100%;
	height:auto;
	color:#2c2c2c;
	font-size:18px;
	display:block;
	text-align:center;
	margin-bottom:90px;
}

.about_tcrt p{
	width:100%;
	height:auto;
	color:#2c2c2c;
	font-size:18px;
	line-height:30px;
	display:block;
}

.about_tcrb{
	width:100%;
	height:auto;
	display: inline-block;
	margin-bottom:125px;
}

.about_tcrbr{
	width:1210px;
	margin:0 auto;
	display:block;
}

.about_tcrbr img{
	width:auto;
	width:auto;
	margin:2px;
	display:inline-block;
	float:left;
}



.honer{
	width:100%;
	height:auto;
	margin:0 auto 25px;
	overflow:hidden;
}

.honer ul{
	width:1260px;
	list-style:none;
	position:relative;
	left:-9px;
}

.honer ul li{
	width:273px;
	height:245px;
	padding:8px;
	background:#fff;
	margin:18px 8px;
	float: left;
	transition-duration:800ms;
}

.honer ul li span{
	width:270px;
	height:186px;
	border:1px solid #f4f4f4;
	display:block;
}

.honer ul li span img{
	width:270px;
	height:186px;
}

.honer ul li a{
	color:#444;
	font-size:14px;
	line-height:23px;
	display:block;
}

.honer ul li p{
	padding-top:12px;
	display:block;
	text-align:center;
	transition-duration:800ms;
}

.honer ul li:hover{
	width:273px;
	height:245px;
	padding:8px;
	background:#0095d9;
	margin:18px 8px;
	float: left;
	transition-duration:800ms;
}
.honer ul li:hover p{
	color:#fff;
	transition-duration:800ms;
}

.honer_nx{
	width:100%;
	height:auto;
	margin:0 auto 80px;
	text-align:center;
}

.develop{
	width:100%;
	height:760px;
	margin-bottom:60px;
	background:url(../img/fz_03.jpg) center no-repeat;
}

.develop_t{
	width:100%;
	height:125px;
	padding-top:65px;
	text-align:center;
}
.develop_t span{
	width:100%;
	height:38px;
	font-size:34px;
	color:#414141;
	display:block;
}
.develop_t i{
	width:100%;
	height:52px;
	font-size:20px;
	color:#747474;
	display:block;
	font-family:Arial;
}

.develop_t p{
	width:100%;
	height:36px;
	background:url(../img/fzi_03.png) center no-repeat;
	background-size:36px 36px;
}

.develop_b{
	width:1125px;
	height:530px;
	background:url(../img/fzi_06.png) center repeat-y;
	display:block;
	padding:20px 0;
	margin:0 auto;
	overflow:hidden;
}

.develop_b ul{
	width:1125px;
	height:530px;
	margin:0 auto;
	list-style:none;
	display:block;
	float:none;
	overflow:auto;
	position:relative;
	right:-16px;
	padding-right:18px;
}

.develop_b ul li{
	width:565px;
	height:84px;
}

.develop_b ul li dl{
	width:100%;
	height:94px;
	position:relative;
	top:-5px;
}

.develop_b ul li.develop_fx dl dt{
	width:150px;
	line-height:94px;
	height:94px;
	background:url(../img/fzo_03.png) left no-repeat;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-family:Arial;
}

.develop_b ul li.develop_fx dl dd{
	width:415px;
	height:94px;
	background:#0095d9;
	color:#fff;
}

.develop_b ul li.develop_fx dl dd span{
	width:60px;
	height:100%;
	border-right:1px solid #29a6df;
	float: left;
}

.develop_b ul li.develop_fx dl dd span i{
	width:auto;
	padding:0 15px;
	display:block;
	font-size:20px;
	padding-top:25px;
	text-align:center;
}

.develop_b ul li.develop_fx dl dd em{
	width:auto;
	height:auto;
	line-height:25px;
	font-size:14px;
	float: left;
	display:table;
	padding:20px 15px;
	overflow:hidden;
}

.develop_b ul li.develop_fx dl dd em p{
	line-height:25px;
	font-size:14px;
}
.develop_b ul li.develop_fm {
	position: relative;
    left: -15px;
}
    

.develop_b ul li.develop_fm dl dt{
	width:150px;
	line-height:94px;
	height:94px;
	background:url(../img/fzo_07.png) right no-repeat;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-family:Arial;
}

.develop_b ul li.develop_fm dl dd{
	width:415px;
	height:94px;
	background:#0095d9;
	color:#fff;
}

.develop_b ul li.develop_fm dl dd span{
	width:60px;
	height:100%;
	border-left:1px solid #29a6df;
	float: right;
}

.develop_b ul li.develop_fm dl dd span i{
	width:auto;
	padding:0 15px;
	display:block;
	font-size:20px;
	padding-top:25px;
	text-align:center;
}

.develop_b ul li.develop_fm dl dd em{
	width:auto;
	height:auto;
	line-height:25px;
	font-size:14px;
	float:right;
	display:table;
	padding:20px 15px;
	text-align:right;
	overflow:hidden;
}

.develop_b ul li.develop_fm dl dd em p{
	line-height:25px;
	font-size:14px;
}



.news{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	border-top:1px solid #f4f4f4;
}

.news_top{
	width:100%;
	height:auto;
	margin:0 auto 65px;
}

.news_top a{
	font-size:12px;
	color:#777;
}

.news_top dl{
	width:100%;
	height:180px;
	padding:36px 0;
	display:block;
	border-bottom:1px solid #f4f4f4;
	transition-duration:1000ms;
}

.news_top dl dt{
	width:330px;
	height:100%;
	float: left;
}

.news_top dl dt i{
	width:50px;
	height:90px;
	background:#f58220;
	float: left;
	padding:0 5px;
	color:#fff;
	text-align:center;
}

.news_top dl dt i b{
	font-size:28px;
	padding-top:10px;
	display:block;
	height:25px;
	font-family:Arial;
}
.news_top dl dt i p{
	font-size:12px;
	padding-top:0px;
	display:block;
	color:#fce3d6;
}

.news_top dl dt em{
	width:270px;
	height:180px;
	position:relative;
	overflow:hidden;
	display:block;
}

.news_top dl dt em img{
	width:270px;
	height:180px;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}

.news_top dl:hover dt em img{
	width:270px;
	height:180px;
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}


.news_top dl dd{
	width:845px;
	float: right;
	height:100%;
}

.news_top dl dd span{
	width:100%;
	height:40px;
	line-height:40px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	display:block;
	transition-duration:1000ms;
}

.news_top dl dd em{
	width:100%;
	height:90px;
	line-height:23px;
	display:block;
	margin-bottom:15px;
}


.news_top dl dd i{
	width:auto;
	color:#0095d9;
	font-size:12px;
}

.news_top dl:hover{
	width:100%;
	height:180px;
	padding:36px 0;
	display:block;
	border-bottom:1px solid #0095d9;
	transition-duration:1000ms;
}

.news_top dl:hover dd span{
	width:100%;
	height:40px;
	line-height:40px;
	color:#0095d9;
	font-size:16px;
	font-weight:bold;
	display:block;
	transition-duration:1000ms;
}

.product{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}


.product_fr{
	width:1200px;
	height:auto;
	overflow:hidden;
	padding-top:53px;
}

.poeeus .product_frt{ width:1220px; overflow:hidden; zoom:1; margin-bottom:30px; }
.poeeus .product_frt dl{ margin:0 12px 25px 0px;width:290px;height:470px; float:left; _display:inline; overflow:hidden; background:#2c2c2c;transition-duration: 1000ms; }
.poeeus .product_frt dl dt{ text-align:center; width:250px;height:295px;margin:25px auto;display:block; position:relative; overflow:hidden; }
.poeeus .product_frt dl dt img{ width:250px; height:295px; display:block;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
     }
.poeeus .product_frt dl dd{ width:250px; height:125px; margin:0 auto;}
.poeeus .product_frt dl dd span{ width:100%; height:37px; font-size:27px; line-height:37px; color:#fff; padding:0 0;font-family: 'din-b';
float:left; text-align:left;}
.poeeus .product_frt dl dd em{ width:100%; height:28px; line-height:28px;float:left; color:#fff;font-size:14px; overflow:hidden;}
.poeeus .product_frt dl dd i{ width:103px; height:32px;float:left; color:#fff;font-size:12px; text-align:center; line-height:32px; display:block; border:1px solid #fff; margin-top:5px; text-transform:uppercase;}

.poeeus .product_frt dl:hover dt img{
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}

.poeeus .product_frt dl:hover{
	background:#01549d;
    transition-duration: 1000ms;
}


.wenxis{
	width:955px;
	display:block;
	margin:0 auto 55px;
	text-align:center;
	line-height:27px;
	color:#2c2c2c;
	font-size:16px;
}

.lixnsa{
	width:100%;
	height:220px;
	background:#01549d;
	margin:0 auto;
}

.lixnsa_cen{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
}

.lixnsa_cen span{
	width:179px;
	height:42px;
	margin:0 auto 65px;
	border:3px solid #fff;
	display:block;
	text-align:center;
	line-height:42px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	transition-duration:500ms;
}

.lixnsa_cen span:hover{
	background:#fff;
	transition-duration:500ms;
}

.lixnsa_cen p{
	text-align:center;
	color:#fff;
	font-size:16px;
}

.lixnsa_cen span a{
	color:#fff;
	transition-duration:500ms;
	display:block;
}

.lixnsa_cen span:hover a{
	color:#01549d;
	transition-duration:500ms;
}

.faqi_c{
	width:1145px;
	height:auto;
	margin-bottom:65px;
	overflow:hidden;
}

.faqi_c dl{
	width:100%;
	height:auto;
}

.faqi_c dl dt{
	width:1093px;
	height:68px;
	border:1px solid #dbdbdb;
	padding:0 25px;
	line-height:68px;
	color:#4d352c;
	font-size:15px;
	margin-bottom:15px;
	cursor:pointer;
}

.faqi_c dl dt em{
	width:28px;
	height:29px;
	background:url(../img/fw_05.jpg) no-repeat;
	color:#fff;
	font-size:20px;
	padding-left:10px;
	display:block;
	float: left;
	text-align:left;
	line-height:25px;
	margin-top:20px;
	padding-left:6px;
	margin-right:10px;
}

.faqi_c dl dt i{
	width:20px;
	height:12px;
	float:right;
	margin:28px 0 0;
	background:url(../img/fw_14.jpg) no-repeat; 
}

.faqi_c dl dd{
	width:1093px;
	border:1px solid #dbdbdb;
	padding:15px 25px 20px;
	color:#333;
	font-size:13px;
	border:1px solid #e5e5e5;
	margin-bottom:10px;
	position:relative;
	top:0px;
	border-top:1px dashed #dbdbdb;
	display:none;
	overflow:hidden;
}

.faqi_c dl dd i{
	width:28px;
	height:29px;
	background:url(../img/fw_12.jpg) no-repeat;
	color:#fff;
	font-size:20px;
	padding-left:10px;
	display:block;
	float: left;
	text-align:left;
	line-height:25px;
	padding-left:6px;
}


.faqi_c dl dd em{
	width:1045px;
	float: right;
	line-height:24px;
	color:#333;
	font-size:14px;
	display:block;
}


.faqi_c dl dt.open{
	background:#fff;
	border-bottom:0;
	margin-bottom:0;
}

.faqi_c dl dt.open i{
	width:20px;
	height:12px;
	float:right;
	margin:23px 0 0;
	background:url(../img/fw_08.jpg) no-repeat; 
}

.case{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	display:block;
}

.case_top{
	width:109%;
	height:auto;
	margin-bottom:30px;
	display:block;
	overflow:hidden;
}

.case_top dl{
	width:350px;
	height:360px;
	margin:0 75px 35px 0;
	float:left;
}

.case_top a{
	color:#666;
	font-size:12px;
	line-height:24px;
	display:block;
}

.case_top dl dt{
	width:350px;
	height:265px;
	color:#0095d9;
	font-size:20px;
	font-weight:bold;
	display:block;
	margin-bottom:25px;
	position:relative;
	overflow:hidden;
	transition-duration:500ms;
}
.case_top dl dt span img{
	width:100%;
	height:265px;
	margin:0;
	position:relative;
	top:0;
}

.case_top dl dt p{
	width:auto;
	height:37px;
	padding:0 10px;
	position:absolute;
	font-size:16px;
	bottom:0;
	left:0;
	background:#025baa;
	color:#fff;
	text-transform:uppercase;
}

.case_top dl dt p img{
	position:relative;
	right:-30px;
}



.case_top dl dd{
	width:100%;
	height:auto;
	display:block;
	transition-duration:500ms;
	color:#2c2c2c;
	font-weight:bold;
	font-size:20px;
}

.case_top dl dd em{
	width:295px;
	height:70px;
	display:inline-block;
	float:left;
}

.case_top dl dd i{
	width:40px;
	height:40px;
	background:url(../img/ap_16.png) no-repeat;
	float:right;
	background-size:40px 40px;
}

.case_top dl:hover dd{
	color:#025baa;
	transition-duration:500ms;
}

.case_top dl:hover dd i{
	background:url(../img/ap_13.png) no-repeat;
}

.case_top dl dt .case_topb{
	width: 350px;
    height: 265px;
    color: #0095d9;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.case_top dl dt .case_topb .case_topb01{
	width:0;
	height:5px;
	background:#025baa;
	position:absolute;
	top:0;
	left:0;
	transition-duration:500ms;
}

.case_top dl dt .case_topb .case_topb03{
	width:0;
	height:5px;
	background:#025baa;
	position:absolute;
	bottom:0;
	right:0;
	transition-duration:500ms;
}

.case_top dl dt .case_topb .case_topb02{
	width:5px;
	height:0;
	background:#025baa;
	position:absolute;
	top:0;
	right:0;
	transition-duration:500ms;
}

.case_top dl dt .case_topb .case_topb04{
	width:5px;
	height:0;
	background:#025baa;
	position:absolute;
	bottom:0;
	left:0;
	transition-duration:500ms;
}


.case_top dl:hover dt .case_topb .case_topb01{
	width:100%;
	height:5px;
	background:#025baa;
	position:absolute;
	top:0;
	left:0;
	transition-duration:500ms;
}

.case_top dl:hover dt .case_topb .case_topb03{
	width:100%;
	height:5px;
	background:#025baa;
	position:absolute;
	bottom:0;
	right:0;
	transition-duration:500ms;
}

.case_top dl:hover dt .case_topb .case_topb02{
	width:5px;
	height:100%;
	background:#025baa;
	position:absolute;
	top:0;
	right:0;
	transition-duration:500ms;
}

.case_top dl:hover dt .case_topb .case_topb04{
	width:5px;
	height:100%;
	background:#025baa;
	position:absolute;
	bottom:0;
	left:0;
	transition-duration:500ms;
}




.coop{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.coop_top{
	width:105%;
	height:auto;
	overflow:hidden;
	display:block;
	margin-bottom:30px;
}

.coop_top dl{
	width:383px;
	height:216px;
	border:1px solid #ececec;
	position:relative;
	display:block;
	overflow:hidden;
	float: left;
	margin:0 22px 20px 0;
}

.coop_top dl dt{
	width:383px;
	height:216px;
}

.coop_top dl dt img{
	width:383px;
	height:216px;
}

.coop_top dl dd{
	width:383px;
	height:216px;
	position:absolute;
	top:217px;
	left:0;
	text-align:center;
	line-height:216px;
	transition-duration:500ms;
}

.coop_top dl dd i{
	width:100%;
	height:100%;
	background:url(../img/hzm_03.png);
	position:absolute;
	top:0;
	left:0;
}
.coop_top dl dd em{
	width:383px;
	height:216px;
	text-align:center;
	line-height:216px;
	color:#fff;
	font-size:20px;
	position:relative;
	z-index:3;
}

.coop_top dl:hover dd{
	width:383px;
	height:216px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	line-height:216px;
	transition-duration:500ms;
}



.loading {
	width:100%;
  margin-top: 65px;
  padding-bottom:65px;
  display:block; }
.loading img {
	display: block;
	margin: 0 auto; }





.jobr_c{
	width:1200px;
	height:auto;
	margin-bottom:65px;
	overflow:hidden;
}

.jobr_c dl{
	width:100%;
	height:auto;
}

.jobr_c dl dt{
	width:1146px;
	height:70px;
	border:1px solid #dbdbdb;
	padding:0 25px;
	line-height:70px;
	color:#4d352c;
	font-size:15px;
	margin-bottom:15px;
	cursor:pointer;
}

.jobr_c dl dt span{
	float: left;
	margin-right:20px;
	font-weight:bold;
	color:#f58220;
	font-size:18px;
}

.jobr_c dl dt p{
	color:#555;
	font-size:14px;
	float: left;
}

.jobr_c dl dt p em{
	margin-right:20px;
}

.jobr_c dl dt i{
	width:20px;
	height:12px;
	float:right;
	margin:28px 0 0;
	background:url(../img/fw_14.jpg) no-repeat; 
}

.jobr_c dl dd{
	width:1146px;
	border:1px solid #dbdbdb;
	padding:20px 25px 30px;
	color:#333;
	font-size:13px;
	border:1px solid #e5e5e5;
	margin-bottom:5px;
	position:relative;
	top:-5px;
	display:none;
	border-top:0;
}

.jobr_c dl dd i{
	width:100%;
	height:32px;
	color:#333;
	font-size:20px;
	display:block;
}

.jobr_c dl dd em{
	line-height:24px;
	color:#333;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}


.jobr_c dl dd a{
	width:118px;
	height:40px;
	border:1px solid #cdcdcd;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#555;
	display: inline-block;
	margin-top:15px;
	transition-duration:500ms;
	border-radius:20px;
}

.jobr_c dl dd a:hover{
	width:118px;
	height:40px;
	border:1px solid #f58220;
	background:#f58220;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	display: inline-block;
	margin-top:15px;
	transition-duration:500ms;
}



.jobr_c dl dt.open{
	background:#fff;
	font-size:18px;
	border-bottom:1px dashed #dbdbdb;
	margin-bottom:0;
}

.jobr_c dl dt.open i{
	width:20px;
	height:12px;
	float:right;
	margin:28px 0 0;
	background:url(../img/fw_08.jpg) no-repeat; 
}

.contact{
	width:100%;
	padding:0px 0 100px;
	overflow:hidden;
	height:auto;
}

.contact_le{
	width:535px;
	float:left;
	height:auto;
}

.contact_let{
	width:100%;
	height:auto;
}

.contact_let span{
	width:100%;
	height:auto;
	width:100%;
	line-height:33px;
	color:#2c2c2c;
	text-align:left;
	font-size:16px;
	margin-bottom:60px;
	display:block;
}


.contact_let p{
	width:auto;
	color:#000;
	font-size:16px;
	padding:0 0 0 105px;
}


.contact_let .span{
	width:100%;
	height:auto;
	width:100%;
	line-height:33px;
	color:#2c2c2c;
	text-align:left;
	font-size:16px;
	margin-bottom:60px;
	display:block;
}

.contact_let .span p{
	width:100%;
	height:auto;
	width:100%;
	line-height:33px;
	color:#2c2c2c;
	text-align:left;
	font-size:16px;
	padding:0 0 0;
}



.contact_let p img{
	width:35px;
	height:35px;
	margin-right:10px;
}

.contact_re{
	width:600px;
}



















.contact_ret{
	width:100%;
	height:65px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
}

.contact_rec{
	width:100%;
	height:auto;
	display:block;
}

.contact_rec ul{
	list-style:none;
}

.contact_rec ul li{
	width:275px;
	min-height:40px;
	display:block;
	background:#fff;
	margin-bottom:14px;
}

.contact_rec ul li .liu01{
	width:235px;
	padding:0 20px;
	line-height:40px;
	color:#333;
	font-size:16px;
	border:0;
	background:none;
}

.contact_rec ul li.liu_l{
	width:100%;
	height:205px;
}

.contact_rec ul li .liu02{
	width:96%;
	padding:10px 20px;
	line-height:35px;
	color:#333;
	font-size:16px;
	border:0;
	background:#fff;
}

.contact_rec ul li.liu_t{
	background:none;
	text-align:center;
	width:100%;
	height:49px;
	margin:35px auto 0;
}

.contact_rec ul li .liu03{
	width: 204px;
    height: 49px;
    text-align: left;
    line-height: 45px;
    font-size: 16px;
    color: #01549d;
    display: block;
    border: 0;
    padding: 0 70px;
    margin: 0 auto;
    border: 3px solid #01549d;
    text-transform: uppercase;
    background: url(../img/lx_09.png) no-repeat;
    background-position: 120px 13px;
    transition-duration: 500ms;
    font-family: 'tt0010m';
}
.contact_rec ul li .liu03:hover{
	color:#fff;
	background:#01549d url(../img/lx_09f.png) no-repeat;
	background-position: 152px 13px;
	transition-duration:500ms;
}



.picScroll-left2{ width:605px; height:300px; overflow:hidden; position:relative; height:auto; float:left;  }
.picScroll-left2 .hd{ overflow:hidden; position:absolute; bottom:0; left:0; width:100%; height:37px;}
.picScroll-left2 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; width:100%; display:block; text-align:center; }
.picScroll-left2 .hd ul li{ float:none; width:12px; height:12px; overflow:hidden; border-radius:6px; display:inline-block; margin-right:10px; text-indent:-999px; cursor:pointer; background:#fff; }
.picScroll-left2 .hd ul li.on{ background:#01549d; }

.picScroll-left2 .bd{ padding:0;width:605px; height:300px; margin:0 auto; overflow:hidden;   }
.picScroll-left2 .bd .product_frt{ overflow:hidden; zoom:1; }


.picScroll-left2 .bd .product_frt dl {
    margin: 0 0;
    height:300px;
    float:left;
    overflow:hidden;
    text-align:center;
}

.picScroll-left2 .bd .product_frt{ width:605px; overflow:hidden; zoom:1; margin-bottom:30px; }
.picScroll-left2 .bd .product_frt dl{ _display:inline; overflow:hidden; background:#2c2c2c;transition-duration: 1000ms; }
.picScroll-left2 .bd .product_frt dl dt{ text-align:center; width:605px;height:300px;margin:0 auto;display:block; position:relative; overflow:hidden; }
.picScroll-left2 .bd .product_frt dl dt img{ width:605px; height:300px; display:block;
	transform: scale(1,1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
     }
.picScroll-left2 .bd .product_frt dl:hover dt img{
	transform: scale(1.1,1.1);
	transition-timing-function: ease-out;
    transition-duration: 1000ms;
}

.picScroll-left2 .bd .product_frt dl:hover{
    transition-duration: 1000ms;
}


.product_froe{
	width:560px;
	// height:305px;
	float:right;
}

.product_froe dl{
	width:100%;
	height:100%;
}
.product_froe dl dt{
	width:100%;
	// height:175px;
}

.product_froe dl dt span{
	width: 100%;
    height: 85px;
    color: #01549d;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    font-family: 'din-b';
}

.product_froe dl dt em{
	width: 100%;
    // height: 90px;
    color: #2c2c2c;
    line-height: 22px;
    font-size: 16px;
    display: block;
    overflow: hidden;
}

.product_froe dl dd{
	width:100%;
	// height:175px;
}
.product_froe dl dt p span{
	font-size:16px;
	height:24px;
	line-height:24px;
	display:inline;
}
.product_froe dl dd .product_froexq{
	width: 100%;
    height: 78px;
    color: #01549d;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
}

.product_froe dl dd .product_froexa{
	width:183px;
	height:46px;
	color:#fff;
	font-size:16px;
	display:block;
	text-transform:uppercase;
	text-align:center;
}

.product_froe dl dd .product_froexa a{
	width:177px;
	height:40px;
	line-height:40px;
	color:#01549d;
	border:3px solid #01549d;
	transition-duration:500ms;
	display:block;
}

.product_froe dl dd .product_froexa:hover a{
	color:#fff;
	background:#01549d;
	transition-duration:500ms;
}




.prod_in{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	float: right;
	padding:55px 0 75px;
}
.prod_int{
	width:100%;
	height:50px;
	line-height:50px;
	display:block;
	color:#2c2c2c;
	font-size:16px;
	background:#dcdcdc;
	text-align:center;
	text-transform:uppercase;
	margin-top:50px;
}

.prod_int a{
	color:#2c2c2c;
	transition-duration:500ms;
}

.prod_int a img{
	margin-right:10px;
}



.prod_inb{
	width:100%;
	height:auto;
	display:block;
	line-height:25px;
	color:#333;
	font-size:17px;
}

.prod_inb img{
	max-width:100%;

}
.news_doslei{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	padding:15px 0 60px;
}


.por_info_fom{
	float:right;
}
.por_info_fom a{
	width:125px;
	height:34px;
	margin:0;
	display:block;
	border:1px solid #ddd; 
	text-align: center;
	line-height:34px;
	color:#555;
	font-size:14px;
	text-decoration:none;
	transition-duration:1000ms;
}

.por_info_fom a:hover{
	border:1px solid #0095d9; 
	color:#fff;
	background:#0095d9;
	transition-duration:1000ms;
}

.news_info_ttc{
	width:1190px;
	height:auto;
	margin:60px auto 0;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	display:block;
}

.news_info_ttc span{
	width:100%;
	height:auto;
	line-height:45px;
	font-size:30px;
	color:#000;
	display:block;
}

.news_info_ttc p{
	width:100%;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:#666;
	display:block;
	text-transform:uppercase;
}

.news_info_b{
	width:100%;
	height:auto;
}

.news_info_b .mayew{
	width:900px;
	height:45px;
	text-align:left;
	line-height:22px;
	font-size:14px;
	color:#555;
	display:block;
	float: left;
	font-weight:100;
	margin:0 10px 0 0;
}

.news_info_b .mayew span{
	width:900px;
	height:22px;
	text-align:left;
	line-height:22px;
	font-size:14px;
	color:#555;
	display:block;
	float: left;
	font-weight:100;
	margin:0 10px 0 0;
}

.news_info_b .mayew span a{
	width:auto;
	height:22px;
	text-align:left;
	line-height:22px;
	font-size:14px;
	color:#555;
	display:inline-block;
	font-weight:100;
	margin:0 0 0;
	text-decoration:none;
}

.news_info_b .mayew span a:hover{
	color:#0095d9;
}

.news_ic{
	margin:45px 0;
	min-height:350px;
}

.news_ic img{
	max-width:100%;
}



.share_m{
	width:100%;
	height:155px;
	background:#dcdcdc;
	display:block; 
}

.share_mc{
	width:1200px;
	margin:0 auto;
	padding-top:35px;
}

.share_mcl{
	width:975px;
	float:left;
}

.share_mcl dl{
	width:225px;
	float:left;
}

.share_mcl dl dt{
	width:28px;
	float: left;
}
.share_mcl dl dt img{
	width:16px;
	height:16px;
}

.share_mcl dl dd{
	width:175px;
	float:left;
}

.share_mcl dl dd span{
	display:block;
	width:100%;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	font-family: 'tt0010m';
	text-transform:uppercase;
}

.share_mcl dl dd p{
	display:block; 
	width:100%;
	height:auto;
	line-height:22px;
	font-size:14px;
	color:#000;
}


.capa_c dl:hover dd span{
	color:#01549d;
}

.xinwl{
	display:block;
}

.xinwl2{
	display:none;
}

.capa_c dl:hover dt span .xinwl{
	display:none;
}

.capa_c dl:hover dt span .xinwl2{
	display:block;
}

.capa_c dl:hover dd p .xinwl{
	display:none;
}

.capa_c dl:hover dd p .xinwl2{
	display:block;
}

.capa_c dl:hover{
	background:#fff;
	transition-duration:500ms;
}

.dleo{
	display:inline-block;
}

.dleo2{
	display:none;
}

.prod_int:hover .dleo{
	display:none;
}

.prod_int:hover .dleo2{
	display:inline-block;
}

.prod_int:hover{
	background:#025bab;
	transition-duration:500ms;
}

.prod_int:hover a{
	color:#fff;
	transition-duration:500ms;
}

.fenxiang{
	width:100%;
	height:auto;
	position:absolute;
	bottom:40px;
	left:0;
}

.fenxiang .fenxiang_cen{
	width:1200px;
	margin:0 auto;
}






































































.footer{
	width:100%;
	height:75px;
	background:#2c2c2c;
	margin:0 auto;
	padding:0 0;
	line-height:75px;
}
.foot_top{
	width:100%;
	height:auto;
	margin:0 auto;
}

.foot_topc{
	height:auto;
	width:1200px;
	color:#979797;
	font-size:12px;
	text-align:center;
	display:block;
	margin:0 auto;
}

.foot_botcl{
	width:100%;
	height:auto;
	color:#979797;
	font-size:12px;
	margin-top:0;
}

.foot_botcl a{
	color:#979797;
	font-size:12px;
	text-decoration:none;
}

.foot_botcl a:hover{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.foot_botcl em{
	display:inline-block;
}

.foot_botcl p{
	display:inline-block;
	margin-left:20px;
}

.page{
    padding:90px 0 10px;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    text-align:center;
    clear:both;}
.page a{
    text-decoration:none;
    color:#0095d9;
    background:#fff;
    border:1px solid #CCCCCC;
    padding:3px 6px;
    padding-bottom:2px;
    margin-right:3px}
.page a.active{
    background:#0095d9;
    border:1px solid #0095d9;
    color:#fff}
.page a:hover{
    text-decoration:none;
 color:#fff;
 background:#0095d9;
border:1px solid #0095d9}




@media (min-width:1100px) and (max-width:1440px) {

	


}




